type runtime.stwReason
9 uses
runtime (current package)
proc.go#L1362: type stwReason uint8
proc.go#L1368: stwUnknown stwReason = iota // "unknown"
proc.go#L1387: func (r stwReason) String() string {
proc.go#L1391: func (r stwReason) isGC() bool {
proc.go#L1421: reason stwReason
proc.go#L1449: func stopTheWorld(reason stwReason) worldStop {
proc.go#L1489: func stopTheWorldGC(reason stwReason) worldStop {
proc.go#L1545: func stopTheWorldWithSema(reason stwReason) worldStop {
traceruntime.go#L361: func (tl traceLocker) STWStart(reason stwReason) {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |